Method | /ProCloudWS.asmx/ServiceUserAddUpdateForAPI |
The request body is of type ServiceUserAddUpdateForAPI.
Name | Description | Data Type |
---|---|---|
objProviderGUId | This is a unique provider id, which can be obtained from CSS GUId | guid |
strPassword | This is your unique service password which can be obtained from CSS String (min 1 max 50) | xml:string |
intProviderBranchId | This is to filter by a particular branch ID Int (using 0 will return results for all branches) | xml:int |
intContractId | The contract the new user will belong to int | xml:int |
strFirstname | The first name of the new user String (min 1 max 75) | xml:string |
strSurname | The surname of the new user String (min 1 max 75) | xml:string |
strWorkNumber | The work telephone number of the new user String (min 1 max 20) | xml:string |
strMobileNumber | The mobile telephone number of the new user String (min 1 max 20) | xml:string |
strEmailAddress | The E-Mail address of the new user String (min 1 max 100) | xml:string |
strSubDwelling | Subdwelling of address (example Flat 1) String (min 1 max 100) | xml:string |
strBuildingNameNumber | Building name or number of address String (min 1 max 100) | xml:string |
strStreet | Street of new users address String (min 1 max 60) | xml:string |
strLocality | The area of the new users address String (min 1 max 100) | xml:string |
strTown | Town of the new users address String (min 1 max 60) | xml:string |
strCounty | County of the new users address String (min 1 max 60) | xml:string |
strPostcode | Postcode of the new users address String (min 1 max 11) | xml:string |
|
The response body is of type ServiceUserAddUpdateForAPIResponse.
Name | Description | Data Type |
---|---|---|
ServiceUserAddUpdateForAPIResult | objServiceUserAddUpdateForAPI |
|
<?xml version="1.0" encoding="UTF-8"?> <objServiceUserAddUpdateForAPI xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <intErrorId>0</intErrorId> <strErrorMsg/> <xmlDataSet> <NewDataSet xmlns=""/> </xmlDataSet> </objServiceUserAddUpdateForAPI>